non uniform memory architecture - définition. Qu'est-ce que non uniform memory architecture
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

Qu'est-ce (qui) est non uniform memory architecture - définition

COMPUTER MEMORY DESIGN USED IN MULTIPROCESSING
CcNUMA; Cc-NUMA; Cc-numa; Ccnuma; Non-Uniform Memory Architecture; NUMA-Q; Non-Uniform Memory Access; Cache coherent NUMA; Cache-coherent NUMA; CC-NUMA
  • HP Z820]] workstation with two CPU sockets, each with their own set of eight [[DIMM]] slots surrounding the socket.

Non-Uniform Memory Access         
<architecture> (NUMA) A memory architecture, used in multiprocessors, where the access time depends on the memory location. A processor can access its own local memory faster than non-local memory (memory which is local to another processor or shared between processors). (1995-11-12)
CCNUMA         
Cache-Coherent Non Uniform Memory Access (Reference: SMP, NUMA), "Style: cc-NUMA"
non-volatile storage         
COMPUTER MEMORY THAT CAN RETAIN STORED INFORMATION EVEN WHEN NOT POWERED
Non-volatile storage; Non-volatile; Nonvolatile random access memory; Nonvolatile memory; Parameter RAM; Non-volatility; Nonvolatile RAM; Permanent memory; (NVRAM); Non-volatile computer storage; Parameter random-access memory
<storage> (NVS, persistent storage, memory) A term describing a storage device whose contents are preserved when its power is off. Storage using magnetic media (e.g. magnetic disks, magnetic tape or bubble memory) is normally non-volatile by nature whereas semiconductor memories (static RAM and especially dynamic RAM) are normally volatile but can be made into non-volatile storage by having a (rechargable) battery permanently connected. Dynamic RAM is particularly volatile since it looses its data, even if the power is still on, unless it is refreshed. An acoustic delay line is a (very old) example of a volatile storage device. Other examples of non-volatile storage are EEPROM, CD-ROM, paper tape and punched cards. (2000-05-22)

Wikipédia

Non-uniform memory access

Non-uniform memory access (NUMA) is a computer memory design used in multiprocessing, where the memory access time depends on the memory location relative to the processor. Under NUMA, a processor can access its own local memory faster than non-local memory (memory local to another processor or memory shared between processors). The benefits of NUMA are limited to particular workloads, notably on servers where the data is often associated strongly with certain tasks or users.

NUMA architectures logically follow in scaling from symmetric multiprocessing (SMP) architectures. They were developed commercially during the 1990s by Unisys, Convex Computer (later Hewlett-Packard), Honeywell Information Systems Italy (HISI) (later Groupe Bull), Silicon Graphics (later Silicon Graphics International), Sequent Computer Systems (later IBM), Data General (later EMC, now Dell Technologies), Digital (later Compaq, then HP, now HPE) and ICL. Techniques developed by these companies later featured in a variety of Unix-like operating systems, and to an extent in Windows NT.

The first commercial implementation of a NUMA-based Unix system was the Symmetrical Multi Processing XPS-100 family of servers, designed by Dan Gielan of VAST Corporation for Honeywell Information Systems Italy.